//Now software can support multiple input format
//By order

//================== 1. Plain items

//1.1. Plain phone number. For example
//951 824 1345
//9518241345
//(951)824-1345
//and so on.

//1.2. Plain numbers range
//951 824 1345-5223
//(951) 824 1345 5223
//9518241345-5223

//When software detect phone number or phone range it can (if you want) check it and try get e_mail for this phones

//1.3. Plain email
//some@email.com

//================== 2. Address with second field
//All fields in input files is tab separated. One exception - account import format. I describe it in separate file
//Second file in this case is message

//2.1 Address can be phone number, range of phone number or email
some@email.com	Hello word!

//================== 3. Templates
//Very special format
//For example 
some@email.com	Peter;Sally	Dear {0}! We glad to send you message from {1}!


//9518244567@tmomail.net	Message text	
//9518244568@tmomail.net	Message text	G:\Projects\SMSium_web\Send\verinfo.htm
